home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 41 / PC Gamer IT CD 41 2-2.iso / utility / CISEI / 16BIT / FINPRI.DXR / 00011_EXF Vai.ls < prev    next >
Encoding:
Text File  |  1998-10-06  |  429 b   |  29 lines

  1. on exitFrame
  2.   global NumTasto, flag
  3.   if NumTasto = 1 then
  4.     go(1, "Conn1.dir")
  5.     exit
  6.   end if
  7.   if NumTasto = 2 then
  8.     go(1, "Prof.dir")
  9.     exit
  10.   end if
  11.   if NumTasto = 3 then
  12.     go(1, "FinCha.dir")
  13.     exit
  14.   end if
  15.   if NumTasto = 4 then
  16.     go(1, "Altre.dir")
  17.     exit
  18.   end if
  19.   if NumTasto = 6 then
  20.     set flag to 0
  21.     go(1)
  22.     exit
  23.   end if
  24.   if NumTasto = 7 then
  25.     go(1, "csei.dir")
  26.     exit
  27.   end if
  28. end
  29.